go/types.Checker.missingMethod (method)

3 uses

	go/types (current package)
		lookup.go#L325: 	return (*Checker)(nil).missingMethod(V, T, static, Identical, nil)
		lookup.go#L337: func (check *Checker) missingMethod(V, T Type, static bool, equivalent func(x, y Type) bool, cause *string) (method *Func, wrongType bool) {
		lookup.go#L492: 	m, _ := check.missingMethod(V, T, static, equivalent, cause)